home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 36 / Issue 36.iso / pc / iwks / Wap / NokiaToolkit2_0 / setup.exe / Disk1 / data1.cab / ServerSim-Config-Default / ServiceHandler.config < prev    next >
Encoding:
Text File  |  2000-06-19  |  926 b   |  32 lines

  1. #---------------------------------------------------------------
  2. # Default configuration of Service Handler in Nokia WAP Server
  3. #---------------------------------------------------------------
  4.  
  5. #
  6. # Size of the request processing thread pool
  7. # Allowed values: 1 to 100
  8. # Default value: 10
  9. #
  10. SEHA_THREAD_POOL_SIZE=10
  11.  
  12. # Characterset alias mappings for WML encoding. Aliases which are not
  13. # supported by default can be added to the configuration parameter. The
  14. # existing character set name and alias name are separated by space.
  15. # Multiple name pairs are separated by comma.  
  16. #
  17. # Default value: ISO-10646-UCS-2 which is alias of Unicode
  18. #
  19. SEHA_CHAR_ALIASES=Unicode ISO-10646-UCS-2
  20.  
  21. #
  22. # Enable/disable access control functionality
  23. # Allowed values: true and false
  24. # Default value: true
  25. #
  26. SEHA_ACCESS_CONTROL_ON=true
  27. #
  28. # Enabale/disable automatic loading of DTDs
  29. #
  30. SEHA_DISABLE_DTD_DOWNLOAD=YES
  31.